internal/bisect.atomicPointerDedup.CompareAndSwap (method)

2 uses

	internal/bisect (current package)
		bisect.go#L328: func (p *atomicPointerDedup) CompareAndSwap(old, new *dedup) bool {
		bisect.go#L465: 			if m.dedup.CompareAndSwap(nil, d) {